home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / pkinsv65.zip / PKINSPCB.DOC < prev    next >
Text File  |  1991-10-22  |  4KB  |  121 lines

  1.  
  2.      PCBoard Installation Documentation                        Page 1  of 2
  3.  
  4.  
  5.      ╔════════════════════════════════════════════════════════════════════╗
  6.      ║                            Options Menu                            ║
  7.      ║                                                                    ║
  8.      ║                                     Rename Bad/Virused Zips : N    ║
  9.      ║   Test Archive CRC        : Y       Manage Pass/Fail Log    : Y    ║
  10.      ║                                                                    ║
  11.      ╚═══ 00/00/00 ════════════════════════════════════════ 00:00:00am ═══╝
  12.  
  13.      ╔════════════════════════════════════════════════════════════════════╗
  14.      ║                         File Location Menu                         ║
  15.      ║                                                                    ║
  16.      ║   Extended Pass Log File  : PCBPASS.TXT                            ║
  17.      ║   Extended Fail Log File  : PCBFAIL.TXT                            ║
  18.      ║   Virus Comment (Test)    : D:\PKINSERT\VIRUSTST.CMT               ║
  19.      ║   Virus Comment (Upload)  : D:\PKINSERT\VIRUSULD.CMT               ║
  20.      ║                                                                    ║
  21.      ╚═══ 00/00/00 ════════════════════════════════════════ 00:00:00am ═══╝
  22.  
  23.  
  24.      Don't include paths for  the extended pass and  fail logs.  They'll be
  25.      created in the directory Pkinsert is called from.
  26.  
  27.      You  will  only  need   one  configuration  file.   Using  environment
  28.      variables you can control unique configurations for every node.
  29.  
  30.                                   Batch Files
  31.  
  32.      Autoexec.Bat
  33.      ~~~~~~~~~~~~
  34.      Set Tagline=7th Illusion Telecommunication Services
  35.      Set Pkinsert=/S7.9V84
  36.  
  37.      Board.Bat
  38.      ~~~~~~~~~
  39.      Set Node=1
  40.  
  41.      Pcbtest.Bat
  42.      ~~~~~~~~~~~
  43.      IF Exist Pcbpass.Txt Del Pcbpass.Txt
  44.      If Exist Pcbfail.Txt Del Pcbfail.Txt
  45.  
  46.      Set Pkinsert=/LD:\Pkinsert\Node%Node%.Log
  47.      D:\Pkinsert\Pkinsert /CD:\Pkinsert\PCBNode.Cfg %1 /%2 /D%3
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.      
  61.  
  62.      PCBoard Installation Documentation                        Page 2  of 2
  63.  
  64.  
  65.                            7th Illusions Pcbtest.Bat
  66.  
  67.      The above  installations are  functional, but  somewhat unrealistic in
  68.      their simplicity.  Following is 7th Illusions Pcbtest.Bat file.
  69.  
  70.      @Echo Off
  71.       Cls
  72.  
  73.       : Clean Up
  74.       : ~~~~~~~~
  75.       If Exist Pcbpass.Txt Del  Pcbpass.Txt
  76.       If Exist Pcbfail.Txt Del  Pcbfail.Txt
  77.       If Exist Pcbtest.Txt Del  Pcbtest.Txt
  78.  
  79.       : Strip AV Info
  80.       : ~~~~~~~~~~~~~
  81.       If (%2) == (UPLOAD) StripAV /R /P %1
  82.  
  83.       : Date Stamp
  84.       : ~~~~~~~~~~
  85.       If (%2) == (UPLOAD) Fd %1
  86.  
  87.       : Pkinsert
  88.       : ~~~~~~~~
  89.       Set Pkinsert=/S%Scan% /LD:\Pkinsert\Node%Node%.Log
  90.       D:\Pkinsert\Pkinsert /CD:\Pkinsert\Node.Cfg %1 /%2 /D%3
  91.  
  92.       If Exist Pcbfail.Txt Goto End
  93.  
  94.       : Duplicate Check
  95.       : ~~~~~~~~~~~~~~~
  96.       If     Exist Pcbpass.Txt Ren  Pcbpass.Txt Pcbtest.Txt
  97.       If     Exist Pcboard.Sys Ren  Pcboard.Sys Pcboard.Tmp
  98.  
  99.       D:\Tools\Zdcs\Zdcsfc %1 %2
  100.  
  101.       If     Exist Pcboard.Tmp Ren  Pcboard.Tmp Pcboard.Sys
  102.       If Not Exist Pcbfail.Txt Copy Pcbtest.Txt Pcbpass.Txt >Nul
  103.       If     Exist Pcbfail.Txt Copy Pcbtest.Txt+Pcbfail.Txt >Nul
  104.       If     Exist Pcbfail.Txt Copy Pcbtest.Txt Pcbfail.Txt >Nul
  105.       If     Exist Pcbtest.Txt Del  Pcbtest.Txt
  106.       If     Exist Pcbfail.Txt Goto End
  107.  
  108.       : Description Import
  109.       : ~~~~~~~~~~~~~~~~~~
  110.       If (%2) == (UPLOAD) D:\Tools\Pcbdesc\Pcbdesc.Exe %1 %3
  111.  
  112.      :End
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.      
  121.